From: LLVM Packaging Team Date: Thu, 27 Jan 2022 21:21:16 +0000 (+0000) Subject: arm X-Git-Tag: archive/raspbian/1%11.1.0-6+rpi1^2~18 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=400c9a696a573fbc22e72427dffb896fd0596929;p=llvm-toolchain-11.git arm =================================================================== Gbp-Pq: Name 930008-arm.diff --- diff --git a/llvm/lib/Support/Triple.cpp b/llvm/lib/Support/Triple.cpp index fec1985cc..234d82803 100644 --- a/llvm/lib/Support/Triple.cpp +++ b/llvm/lib/Support/Triple.cpp @@ -1707,7 +1707,7 @@ StringRef Triple::getARMCPUForArch(StringRef MArch) const { case llvm::Triple::EABIHF: case llvm::Triple::GNUEABIHF: case llvm::Triple::MuslEABIHF: - return "arm1176jzf-s"; + return "cortex-a7"; default: return "arm7tdmi"; }